Uses of Class
com.sabro.jbusiness.sys.SysTarefa.TipoTarefaEscopo

Packages that use SysTarefa.TipoTarefaEscopo
com.sabro.jbusiness.sys   
 

Uses of SysTarefa.TipoTarefaEscopo in com.sabro.jbusiness.sys
 

Methods in com.sabro.jbusiness.sys that return SysTarefa.TipoTarefaEscopo
 SysTarefa.TipoTarefaEscopo SysTarefa.getTipoEscopo()
          Informa o tipo de escopo ao qual esta tarefa está inserida
static SysTarefa.TipoTarefaEscopo SysTarefa.TipoTarefaEscopo.getTipoTarefaEscopo(char tipoChar)
           
static SysTarefa.TipoTarefaEscopo SysTarefa.TipoTarefaEscopo.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysTarefa.TipoTarefaEscopo[] SysTarefa.TipoTarefaEscopo.values()
          Returns an array containing the constants of this enum type, in the order they are declared.